.i-thi-wrap .list-wrap {
    margin-top: 0px;
}
.i-thi-wrap .list-wrap>ul {
    width: 101.6%;
}
.i-thi-wrap .list-wrap .list{
    width: 31.7%;
    float: left;
    margin-right: 1.6%;
    transition: box-shadow 0.3s ease 0s;
    margin-bottom: 20px;
    background:#fff;
}
.i-thi-wrap .list-wrap .img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.i-thi-wrap .list-wrap .img img.up-pic {
    transform: translateZ(0px);
    transition: transform 0.3s ease 0s;
}
img.up-pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    *height: auto;
}
.i-thi-wrap .list-wrap .up-graybox {
    z-index: 3;
}
.i-wrap .up-graybox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.4s ease 0s;
}
.i-wrap .up-graybox .bgbox {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.i-wrap .up-graybox .stit {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    color: #fff;
}
.i-wrap .up-graybox .linet {
    top: 0;
}
.i-wrap .up-graybox .line {
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #f2f2f2;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    transition: all 0.6s ease 0s;
}
.i-wrap .up-graybox .lineb {
    bottom: 0;
}
.i-wrap .up-graybox .line {
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #f2f2f2;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    transition: all 0.6s ease 0s;
}
.i-wrap .up-graybox .out-ico {
    display: none;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 20px;
    top: 20px;
}
svg:not(:root) {
    overflow: hidden;
}
.i-thi-wrap .list-wrap .cont-wrap {
    width: 100%;
    padding: 20px 6.5% 0;
    border: 1px solid #f2f2f2;
    margin-top: -1px;
}
.i-thi-wrap .list-wrap .tit {
    line-height: 32px;
    font-size: 18px;
}
.i-thi-wrap .list-wrap .tit a {
    display: inline-block;
    color: #333;
}
.i-thi-wrap .list-wrap .intr {
    display: block;
    line-height: 22px;
    font-size: 12px;
    height: 52px;
}
.i-thi-wrap .list-wrap .bot-link {
    display: block;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    line-height: 40px;
    position: relative;
}
.i-thi-wrap .list-wrap .bot-link .stt {
    font-size: 14px;
}
.fl {
    float: left;
    display: inline;
}
.fr {
    float: right;
    display: inline;
}
.i-thi-wrap .list-wrap .bot-link .point {
    display: inline-block;
    width: 24px;
    height: 8px;
    background: url(../images/ico_08.png) no-repeat right center;
    margin-top: 14px;
}
.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}
@media (max-width: 1200px){
    .i-thi-wrap .list-wrap ul{
        width: 100%;
    }
    .i-thi-wrap .list-wrap .list {
        width: 48%;
        margin-right: 1%;
        margin-left: 1%;
    }
}
@media (max-width: 768px){
    .i-thi-wrap .list-wrap .list {
        width: 98%;
        margin-right: 1%;
        margin-left: 1%;
    }
}